home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 91 / MacAddict_091_2004-03.iso / pc / Software / Interface / ShapeShifter 1.0.1.dmg / Install ShapeShifter.app / Contents / Resources / ui / KillPrefpanesCache.pl < prev    next >
Encoding:
Perl Script  |  2003-11-18  |  118 b   |  6 lines

  1. #!/usr/bin/perl
  2.  
  3. $cachePath = "$ENV{'HOME'}/Library/Caches/com.apple.preferencepanes.cache";
  4.  
  5. `rm -f \"$cachePath\"`;
  6.